home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / menus / amsmnu15 / nw286.mnu < prev    next >
Text File  |  1996-07-10  |  2KB  |  93 lines

  1. %Netware 286 Utilities,10,30,4
  2. 1. User Commands
  3.  %User Commands
  4. 2. Netware Menu Utilities
  5.  %Netware Menu Utilities
  6. 3. Management Commands
  7.  %Management Commands
  8. %User Commands,15,48,4
  9. Attach To Another Server
  10.  Rem @1"Enter Server Name"
  11.  Rem @2"Enter User Name"
  12.  Set U=@2
  13.  If Not "%u%"=="" Set Ss=/
  14.  Attach @1%ss%%u%
  15.  Set U=
  16.  Set Ss=
  17. Login To Another Server / Login A New User
  18.  :@1"Enter Server Name"
  19.  Login @1
  20. Logout
  21.  !LOGOUT
  22. Messages Disable
  23.  Castoff
  24. Messages Disable (including Console Messages)
  25.  Castoff All
  26. Messages Enable
  27.  Caston
  28. Password Revision
  29.  :@1"Enter A New Password"
  30.  Setpass @1
  31.  Pause
  32. Print To Local Printer Port
  33.  Rem @1"Enter Port (default Is 1)"
  34.  Set P=@1
  35.  If "%p%"=="" Set P=1
  36.  Endcap L=%p%
  37. Rights Granted In A Directory
  38.  :@1"Enter Path"
  39.  Rights @1
  40.  Pause
  41. Servers Available On Network
  42.  Slist
  43.  Pause
  44. Shutdown Your Terminal (With Park)
  45.  Logout
  46.  Park
  47. Users On Default Server
  48.  Userlist
  49.  Pause
  50. %Netware Menu Utilities,15,48,4
  51. File Management,,Load Filer
  52.  Filer
  53. Print Job Configurations,,Load PrintCon
  54.  PrintCon
  55. Print Queue Management,,Load PConsole
  56.  PConsole
  57. Session Management,,Load Session
  58.  Session
  59. System Configuration,,Load Syscon
  60.  Syscon
  61. Volume Information,,Load VolInfo
  62.  VolInfo
  63. %Management Commands,15,48,3
  64. Check A Volume
  65.  Rem @1"Enter A Volume Name Or Drive Letter"
  66.  Chkvol @1
  67.  Pause
  68. Colour Palette Editor,,Load ColorPal
  69.  ColorPal
  70. Communications Check
  71.  Comcheck
  72. File Server Monitoring,,Load FConsole
  73.  FConsole
  74. List Directory Structure
  75.  Rem @1"Enter Path [default Is \]
  76.  Rem @2"Enter Options [/s Ub  /r Ights  /all ..]"
  77.  Set P=@1
  78.  If "%p%"=="" Set P=\
  79.  Listdir %p% @2
  80.  Set P=
  81. Network Version
  82.  Nver
  83.  Pause
  84. Printer Status
  85.  Pstat
  86.  Pause
  87. Purge Files
  88.  :@1"Enter Path [default Is \]"
  89.  Set P=@1
  90.  If "%p%"=="" Set P=\
  91.  Purge %p%
  92.  Pause
  93.